home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #16 / K-CD_2000-16.iso / MP3 Station / startup.txt < prev    next >
Text File  |  1999-10-18  |  4KB  |  236 lines

  1. ( Options
  2.     ( O_General
  3.         . Typ = Options
  4.         . File = mp3station.ini
  5.         ( Option
  6.             ( CDDBOnline
  7.                 . Typ = OnOff
  8.                 . Value = Off
  9.                 ( OnOff
  10.                     . On = Button.B_Online.State
  11.                     . Off = Button.B_Online.State
  12.                 )
  13.                 ( Control 
  14.                     . On = Aktiv
  15.                     . Off = Passiv
  16.                 )
  17.             )
  18.             ( CDDBOffline
  19.                 . Typ = OnOff
  20.                 . Value = Off
  21.                 ( OnOff
  22.                     . On = Button.B_Offline.State
  23.                     . Off = Button.B_Offline.State
  24.                 )
  25.                 ( Control 
  26.                     . On = Aktiv
  27.                     . Off = Passiv
  28.                 )
  29.             )
  30.             ( WriteSpeed
  31.                 . Typ = Radio
  32.                 . Value = Single
  33.                 ( Radio
  34.                     . Single = Button.B_Speed_Sing
  35.                     . Maximum = Button.B_Speed_Max
  36.                 )
  37.                 ( Control 
  38.                     . Set = State.Aktiv
  39.                     . Reset = State.Passiv
  40.                 )
  41.             )
  42.             ( Animation
  43.                 . Typ = OnOff
  44.                 . Value = On
  45.                 ( OnOff
  46.                     . On = Button.B_Animation.State
  47.                     . Off = Button.B_Animation.State
  48.                 )
  49.                 ( Control 
  50.                     . Call = PlayerCommand.PC_PlayerCommand.SwitchAnimation
  51.                     . On = Aktiv
  52.                     . Off = Passiv
  53.                 )
  54.             )
  55.             ( Record
  56.                 . Typ = Radio
  57.                 . Value = Wav
  58.                 ( Control 
  59.                     . Set = State.Aktiv
  60.                     . Reset = State.Passiv
  61.                 )
  62.                 ( Radio
  63.                     . Wav = Button.B_Wav
  64.                     . Mp3 = Button.B_Mp3
  65.                 )
  66.             )
  67.             ( CDPlay
  68.                 . Typ = Radio
  69.                 . Value = Analog
  70.                 ( Control 
  71.                     . Set = State.Aktiv
  72.                     . Reset = State.Passiv
  73.                 )
  74.                 ( Radio
  75.                     . Digital = Button.B_Digital
  76.                     . Analog = Button.B_Analog
  77.                 )
  78.             )
  79.             ( Quality
  80.                 . Typ = Radio
  81.                 . Value = 128
  82.                 ( Control 
  83.                     . Set = State.Aktiv
  84.                     . Reset = State.Passiv
  85.                 )
  86.                 ( Radio
  87.                     . 32 = Button.B_EncR32
  88.                     . 48 = Button.B_EncR48
  89.                     . 64 = Button.B_EncR64
  90.                     . 96 = Button.B_EncR96
  91.                     . 112 = Button.B_EncR112
  92.                     . 128 = Button.B_EncR128
  93.                     . 256 = Button.B_EncR256
  94.                     . 320 = Button.B_EncR320
  95.                 )
  96.             )
  97.             ( ArchivePath
  98.                 . Typ = Path
  99.                 . Value = .
  100.                 . NoDefault = true
  101.                 ( Control
  102.                     . Call = SetText.Value
  103.                 )
  104.                 ( Path
  105.                     . SetValue = Bitmap.BM_Verzeichnis
  106.                 )
  107.             )
  108.             ( AnimatorPictures
  109.                 . Typ = Text
  110.                 . Value = .
  111.                 ( Control
  112.                     . Call = ShowPictureList.Value
  113.                 )
  114.                 ( Text
  115.                     . SetValue = PlayerCommand.PC_PlayerCommand
  116.                 )
  117.             )
  118.             ( Playlist
  119.                 . Value = .
  120.             )
  121.             ( WindowSizeWidth
  122.                 . Value = 640
  123.             )
  124.             ( WindowSizeHeight
  125.                 . Value = 572
  126.             )
  127.             ( Encodings
  128.                 . Typ = Text
  129.                 . Value = 50
  130.                 ( Control
  131.                     . Call = SetText.TextEncodings
  132.                 )
  133.                 ( Text
  134.                     . SetValue = Bitmap.BM_NochEnc
  135.                 )
  136.             )
  137.         )
  138.     )
  139.     ( O_Animation
  140.         . Typ = Options
  141.         . File = animation.ini
  142.         ( Option
  143.             ( Automode
  144.                 . Typ = OnOff
  145.                 . Value = Off
  146.                 ( OnOff
  147.                     . On = Button.B_AutoA.State
  148.                     . Off = Button.B_AutoA.State
  149.                 )
  150.                 ( Control 
  151.                     . On = Aktiv
  152.                     . Off = Passiv
  153.                 )
  154.             )
  155.             ( Stereoscope
  156.                 . Typ = OnOff
  157.                 . Value = Off
  158.                 ( OnOff
  159.                     . On = Button.B_StereoT.State
  160.                     . Off = Button.B_StereoT.State
  161.                 )
  162.                 ( Control 
  163.                     . On = Aktiv
  164.                     . Off = Passiv
  165.                 )
  166.             )
  167.             ( Grid
  168.                 . Typ = OnOff
  169.                 . Value = Off
  170.                 ( OnOff
  171.                     . On = Button.B_GridU.State
  172.                     . Off = Button.B_GridU.State
  173.                 )
  174.                 ( Control 
  175.                     . On = Aktiv
  176.                     . Off = Passiv
  177.                 )
  178.             )
  179.             ( Style
  180.                 . Typ = Radio
  181.                 . Value = Q
  182.                 ( Radio
  183.                     . Q = Button.B_SpectQ
  184.                     . W = Button.B_SpectW
  185.                     . E = Button.B_SpectE
  186.                     . R = Button.B_SpectR
  187.                 )
  188.                 ( Control 
  189.                     . Set = State.Aktiv
  190.                     . Reset = State.Passiv
  191.                 )
  192.             )
  193.             ( Color
  194.                 . Typ = Radio
  195.                 . Value = S
  196.                 ( Radio
  197.                     . S = Button.B_ColS
  198.                     . D = Button.B_ColD
  199.                     . F = Button.B_ColF
  200.                 )
  201.                 ( Control 
  202.                     . Set = State.Aktiv
  203.                     . Reset = State.Passiv
  204.                 )
  205.             )
  206.             ( Fx
  207.                 . Typ = Radio
  208.                 . Value = 1
  209.                 ( Radio
  210.                     . 1 = Button.B_Fx1
  211.                     . 2 = Button.B_Fx2
  212.                     . 3 = Button.B_Fx3
  213.                     . 4 = Button.B_Fx4
  214.                     . 5 = Button.B_Fx5
  215.                     . 6 = Button.B_Fx6
  216.                     . 7 = Button.B_Fx7
  217.                     . 8 = Button.B_Fx8
  218.                     . 9 = Button.B_Fx9
  219.                     . 0 = Button.B_Fx0
  220.                 )
  221.                 ( Control 
  222.                     . Set = State.Aktiv
  223.                     . Reset = State.Passiv
  224.                 )
  225.             )
  226.             ( Pace
  227.                 . Value = 900
  228.             )
  229.             ( Fade
  230.                 . Value = 75
  231.             )
  232.         )
  233.     )
  234. )
  235.  
  236.